projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781ad5a
)
win32: Fix build
author
Alexander Larsson
<alexl@redhat.com>
Thu, 11 Apr 2013 09:22:27 +0000
(11:22 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 11 Apr 2013 09:25:26 +0000
(11:25 +0200)
Need to take ".exe" into account for file dependencies on win32.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index b0ecaef9143ab93729274a91eec61ac9789f9287..99f0e339417ed821b0a52ccc7bef76a98d2d19e8 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1124,8
+1124,8
@@
template_headers = $(COMPOSITE_TEMPLATES:.ui=.ui.h)
MAINTAINERCLEANFILES += $(template_headers)
-%.ui.h: %.ui extract-strings
- $(AM_V_GEN) ./extract-strings $< > $@
+%.ui.h: %.ui extract-strings
$(EXEEXT)
+ $(AM_V_GEN) ./extract-strings
$(EXEEXT)
$< > $@
#
# rules to generate built sources